A conditional expression is often convenient to use instead of an if-statement. Compare the following statement sequences;
can be written as
The else-branch of a conditional expression may not be omitted. The types of the expressions in the then-branch and the else-branch must be compatible.
If a conditional expression is part of another expression, it must be enclosed in parentheses: